C1.Data Namespace : PagingView<T> Class |
'Declaration
Public Class PagingView(Of T) Inherits ClientView(Of T) Implements C1.LiveLinq.Indexing.IIndexedSource(Of T), C1.LiveLinq.IObservableSource(Of T)
public class PagingView<T> : ClientView<T>, C1.LiveLinq.Indexing.IIndexedSource<T>, C1.LiveLinq.IObservableSource<T>
Paging is performed on the server. It is controled by the PageSize and PageIndex properties.
Sorting is required, paging entities is impossible without sort.
System.Object
C1.LiveLinq.LiveViews.View
C1.LiveLinq.LiveViews.View<T>
C1.Data.ClientView<T>
C1.Data.PagingView<T>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2